3.14.99 \(\int \frac {1}{(b d+2 c d x)^{3/2} (a+b x+c x^2)^{5/2}} \, dx\) [1399]

3.14.99.1 Optimal result
3.14.99.2 Mathematica [C] (verified)
3.14.99.3 Rubi [A] (verified)
3.14.99.4 Maple [B] (verified)
3.14.99.5 Fricas [C] (verification not implemented)
3.14.99.6 Sympy [F]
3.14.99.7 Maxima [F]
3.14.99.8 Giac [F]
3.14.99.9 Mupad [F(-1)]

3.14.99.1 Optimal result

Integrand size = 28, antiderivative size = 325 \[ \int \frac {1}{(b d+2 c d x)^{3/2} \left (a+b x+c x^2\right )^{5/2}} \, dx=-\frac {2}{3 \left (b^2-4 a c\right ) d \sqrt {b d+2 c d x} \left (a+b x+c x^2\right )^{3/2}}+\frac {28 c}{3 \left (b^2-4 a c\right )^2 d \sqrt {b d+2 c d x} \sqrt {a+b x+c x^2}}+\frac {112 c^2 \sqrt {a+b x+c x^2}}{\left (b^2-4 a c\right )^3 d \sqrt {b d+2 c d x}}-\frac {56 c \sqrt {-\frac {c \left (a+b x+c x^2\right )}{b^2-4 a c}} E\left (\left .\arcsin \left (\frac {\sqrt {b d+2 c d x}}{\sqrt [4]{b^2-4 a c} \sqrt {d}}\right )\right |-1\right )}{\left (b^2-4 a c\right )^{9/4} d^{3/2} \sqrt {a+b x+c x^2}}+\frac {56 c \sqrt {-\frac {c \left (a+b x+c x^2\right )}{b^2-4 a c}} \operatorname {EllipticF}\left (\arcsin \left (\frac {\sqrt {b d+2 c d x}}{\sqrt [4]{b^2-4 a c} \sqrt {d}}\right ),-1\right )}{\left (b^2-4 a c\right )^{9/4} d^{3/2} \sqrt {a+b x+c x^2}} \]

output
-2/3/(-4*a*c+b^2)/d/(c*x^2+b*x+a)^(3/2)/(2*c*d*x+b*d)^(1/2)+28/3*c/(-4*a*c 
+b^2)^2/d/(2*c*d*x+b*d)^(1/2)/(c*x^2+b*x+a)^(1/2)+112*c^2*(c*x^2+b*x+a)^(1 
/2)/(-4*a*c+b^2)^3/d/(2*c*d*x+b*d)^(1/2)-56*c*EllipticE((2*c*d*x+b*d)^(1/2 
)/(-4*a*c+b^2)^(1/4)/d^(1/2),I)*(-c*(c*x^2+b*x+a)/(-4*a*c+b^2))^(1/2)/(-4* 
a*c+b^2)^(9/4)/d^(3/2)/(c*x^2+b*x+a)^(1/2)+56*c*EllipticF((2*c*d*x+b*d)^(1 
/2)/(-4*a*c+b^2)^(1/4)/d^(1/2),I)*(-c*(c*x^2+b*x+a)/(-4*a*c+b^2))^(1/2)/(- 
4*a*c+b^2)^(9/4)/d^(3/2)/(c*x^2+b*x+a)^(1/2)
 
3.14.99.2 Mathematica [C] (verified)

Result contains higher order function than in optimal. Order 5 vs. order 4 in optimal.

Time = 10.05 (sec) , antiderivative size = 97, normalized size of antiderivative = 0.30 \[ \int \frac {1}{(b d+2 c d x)^{3/2} \left (a+b x+c x^2\right )^{5/2}} \, dx=-\frac {32 c \sqrt {\frac {c (a+x (b+c x))}{-b^2+4 a c}} \operatorname {Hypergeometric2F1}\left (-\frac {1}{4},\frac {5}{2},\frac {3}{4},\frac {(b+2 c x)^2}{b^2-4 a c}\right )}{\left (b^2-4 a c\right )^2 d \sqrt {d (b+2 c x)} \sqrt {a+x (b+c x)}} \]

input
Integrate[1/((b*d + 2*c*d*x)^(3/2)*(a + b*x + c*x^2)^(5/2)),x]
 
output
(-32*c*Sqrt[(c*(a + x*(b + c*x)))/(-b^2 + 4*a*c)]*Hypergeometric2F1[-1/4, 
5/2, 3/4, (b + 2*c*x)^2/(b^2 - 4*a*c)])/((b^2 - 4*a*c)^2*d*Sqrt[d*(b + 2*c 
*x)]*Sqrt[a + x*(b + c*x)])
 
3.14.99.3 Rubi [A] (verified)

Time = 0.65 (sec) , antiderivative size = 324, normalized size of antiderivative = 1.00, number of steps used = 11, number of rules used = 10, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.357, Rules used = {1111, 1111, 1117, 1115, 1114, 836, 27, 762, 1389, 327}

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int \frac {1}{\left (a+b x+c x^2\right )^{5/2} (b d+2 c d x)^{3/2}} \, dx\)

\(\Big \downarrow \) 1111

\(\displaystyle -\frac {14 c \int \frac {1}{(b d+2 c x d)^{3/2} \left (c x^2+b x+a\right )^{3/2}}dx}{3 \left (b^2-4 a c\right )}-\frac {2}{3 d \left (b^2-4 a c\right ) \left (a+b x+c x^2\right )^{3/2} \sqrt {b d+2 c d x}}\)

\(\Big \downarrow \) 1111

\(\displaystyle -\frac {14 c \left (-\frac {6 c \int \frac {1}{(b d+2 c x d)^{3/2} \sqrt {c x^2+b x+a}}dx}{b^2-4 a c}-\frac {2}{d \left (b^2-4 a c\right ) \sqrt {a+b x+c x^2} \sqrt {b d+2 c d x}}\right )}{3 \left (b^2-4 a c\right )}-\frac {2}{3 d \left (b^2-4 a c\right ) \left (a+b x+c x^2\right )^{3/2} \sqrt {b d+2 c d x}}\)

\(\Big \downarrow \) 1117

\(\displaystyle -\frac {14 c \left (-\frac {6 c \left (\frac {4 \sqrt {a+b x+c x^2}}{d \left (b^2-4 a c\right ) \sqrt {b d+2 c d x}}-\frac {\int \frac {\sqrt {b d+2 c x d}}{\sqrt {c x^2+b x+a}}dx}{d^2 \left (b^2-4 a c\right )}\right )}{b^2-4 a c}-\frac {2}{d \left (b^2-4 a c\right ) \sqrt {a+b x+c x^2} \sqrt {b d+2 c d x}}\right )}{3 \left (b^2-4 a c\right )}-\frac {2}{3 d \left (b^2-4 a c\right ) \left (a+b x+c x^2\right )^{3/2} \sqrt {b d+2 c d x}}\)

\(\Big \downarrow \) 1115

\(\displaystyle -\frac {14 c \left (-\frac {6 c \left (\frac {4 \sqrt {a+b x+c x^2}}{d \left (b^2-4 a c\right ) \sqrt {b d+2 c d x}}-\frac {\sqrt {-\frac {c \left (a+b x+c x^2\right )}{b^2-4 a c}} \int \frac {\sqrt {b d+2 c x d}}{\sqrt {-\frac {c^2 x^2}{b^2-4 a c}-\frac {b c x}{b^2-4 a c}-\frac {a c}{b^2-4 a c}}}dx}{d^2 \left (b^2-4 a c\right ) \sqrt {a+b x+c x^2}}\right )}{b^2-4 a c}-\frac {2}{d \left (b^2-4 a c\right ) \sqrt {a+b x+c x^2} \sqrt {b d+2 c d x}}\right )}{3 \left (b^2-4 a c\right )}-\frac {2}{3 d \left (b^2-4 a c\right ) \left (a+b x+c x^2\right )^{3/2} \sqrt {b d+2 c d x}}\)

\(\Big \downarrow \) 1114

\(\displaystyle -\frac {14 c \left (-\frac {6 c \left (\frac {4 \sqrt {a+b x+c x^2}}{d \left (b^2-4 a c\right ) \sqrt {b d+2 c d x}}-\frac {2 \sqrt {-\frac {c \left (a+b x+c x^2\right )}{b^2-4 a c}} \int \frac {b d+2 c x d}{\sqrt {1-\frac {(b d+2 c x d)^2}{\left (b^2-4 a c\right ) d^2}}}d\sqrt {b d+2 c x d}}{c d^3 \left (b^2-4 a c\right ) \sqrt {a+b x+c x^2}}\right )}{b^2-4 a c}-\frac {2}{d \left (b^2-4 a c\right ) \sqrt {a+b x+c x^2} \sqrt {b d+2 c d x}}\right )}{3 \left (b^2-4 a c\right )}-\frac {2}{3 d \left (b^2-4 a c\right ) \left (a+b x+c x^2\right )^{3/2} \sqrt {b d+2 c d x}}\)

\(\Big \downarrow \) 836

\(\displaystyle -\frac {14 c \left (-\frac {6 c \left (\frac {4 \sqrt {a+b x+c x^2}}{d \left (b^2-4 a c\right ) \sqrt {b d+2 c d x}}-\frac {2 \sqrt {-\frac {c \left (a+b x+c x^2\right )}{b^2-4 a c}} \left (d \sqrt {b^2-4 a c} \int \frac {d+\frac {b d+2 c x d}{\sqrt {b^2-4 a c}}}{d \sqrt {1-\frac {(b d+2 c x d)^2}{\left (b^2-4 a c\right ) d^2}}}d\sqrt {b d+2 c x d}-d \sqrt {b^2-4 a c} \int \frac {1}{\sqrt {1-\frac {(b d+2 c x d)^2}{\left (b^2-4 a c\right ) d^2}}}d\sqrt {b d+2 c x d}\right )}{c d^3 \left (b^2-4 a c\right ) \sqrt {a+b x+c x^2}}\right )}{b^2-4 a c}-\frac {2}{d \left (b^2-4 a c\right ) \sqrt {a+b x+c x^2} \sqrt {b d+2 c d x}}\right )}{3 \left (b^2-4 a c\right )}-\frac {2}{3 d \left (b^2-4 a c\right ) \left (a+b x+c x^2\right )^{3/2} \sqrt {b d+2 c d x}}\)

\(\Big \downarrow \) 27

\(\displaystyle -\frac {14 c \left (-\frac {6 c \left (\frac {4 \sqrt {a+b x+c x^2}}{d \left (b^2-4 a c\right ) \sqrt {b d+2 c d x}}-\frac {2 \sqrt {-\frac {c \left (a+b x+c x^2\right )}{b^2-4 a c}} \left (\sqrt {b^2-4 a c} \int \frac {d+\frac {b d+2 c x d}{\sqrt {b^2-4 a c}}}{\sqrt {1-\frac {(b d+2 c x d)^2}{\left (b^2-4 a c\right ) d^2}}}d\sqrt {b d+2 c x d}-d \sqrt {b^2-4 a c} \int \frac {1}{\sqrt {1-\frac {(b d+2 c x d)^2}{\left (b^2-4 a c\right ) d^2}}}d\sqrt {b d+2 c x d}\right )}{c d^3 \left (b^2-4 a c\right ) \sqrt {a+b x+c x^2}}\right )}{b^2-4 a c}-\frac {2}{d \left (b^2-4 a c\right ) \sqrt {a+b x+c x^2} \sqrt {b d+2 c d x}}\right )}{3 \left (b^2-4 a c\right )}-\frac {2}{3 d \left (b^2-4 a c\right ) \left (a+b x+c x^2\right )^{3/2} \sqrt {b d+2 c d x}}\)

\(\Big \downarrow \) 762

\(\displaystyle -\frac {14 c \left (-\frac {6 c \left (\frac {4 \sqrt {a+b x+c x^2}}{d \left (b^2-4 a c\right ) \sqrt {b d+2 c d x}}-\frac {2 \sqrt {-\frac {c \left (a+b x+c x^2\right )}{b^2-4 a c}} \left (\sqrt {b^2-4 a c} \int \frac {d+\frac {b d+2 c x d}{\sqrt {b^2-4 a c}}}{\sqrt {1-\frac {(b d+2 c x d)^2}{\left (b^2-4 a c\right ) d^2}}}d\sqrt {b d+2 c x d}-d^{3/2} \left (b^2-4 a c\right )^{3/4} \operatorname {EllipticF}\left (\arcsin \left (\frac {\sqrt {b d+2 c x d}}{\sqrt [4]{b^2-4 a c} \sqrt {d}}\right ),-1\right )\right )}{c d^3 \left (b^2-4 a c\right ) \sqrt {a+b x+c x^2}}\right )}{b^2-4 a c}-\frac {2}{d \left (b^2-4 a c\right ) \sqrt {a+b x+c x^2} \sqrt {b d+2 c d x}}\right )}{3 \left (b^2-4 a c\right )}-\frac {2}{3 d \left (b^2-4 a c\right ) \left (a+b x+c x^2\right )^{3/2} \sqrt {b d+2 c d x}}\)

\(\Big \downarrow \) 1389

\(\displaystyle -\frac {14 c \left (-\frac {6 c \left (\frac {4 \sqrt {a+b x+c x^2}}{d \left (b^2-4 a c\right ) \sqrt {b d+2 c d x}}-\frac {2 \sqrt {-\frac {c \left (a+b x+c x^2\right )}{b^2-4 a c}} \left (d \sqrt {b^2-4 a c} \int \frac {\sqrt {\frac {b d+2 c x d}{\sqrt {b^2-4 a c} d}+1}}{\sqrt {1-\frac {b d+2 c x d}{\sqrt {b^2-4 a c} d}}}d\sqrt {b d+2 c x d}-d^{3/2} \left (b^2-4 a c\right )^{3/4} \operatorname {EllipticF}\left (\arcsin \left (\frac {\sqrt {b d+2 c x d}}{\sqrt [4]{b^2-4 a c} \sqrt {d}}\right ),-1\right )\right )}{c d^3 \left (b^2-4 a c\right ) \sqrt {a+b x+c x^2}}\right )}{b^2-4 a c}-\frac {2}{d \left (b^2-4 a c\right ) \sqrt {a+b x+c x^2} \sqrt {b d+2 c d x}}\right )}{3 \left (b^2-4 a c\right )}-\frac {2}{3 d \left (b^2-4 a c\right ) \left (a+b x+c x^2\right )^{3/2} \sqrt {b d+2 c d x}}\)

\(\Big \downarrow \) 327

\(\displaystyle -\frac {14 c \left (-\frac {6 c \left (\frac {4 \sqrt {a+b x+c x^2}}{d \left (b^2-4 a c\right ) \sqrt {b d+2 c d x}}-\frac {2 \sqrt {-\frac {c \left (a+b x+c x^2\right )}{b^2-4 a c}} \left (d^{3/2} \left (b^2-4 a c\right )^{3/4} E\left (\left .\arcsin \left (\frac {\sqrt {b d+2 c x d}}{\sqrt [4]{b^2-4 a c} \sqrt {d}}\right )\right |-1\right )-d^{3/2} \left (b^2-4 a c\right )^{3/4} \operatorname {EllipticF}\left (\arcsin \left (\frac {\sqrt {b d+2 c x d}}{\sqrt [4]{b^2-4 a c} \sqrt {d}}\right ),-1\right )\right )}{c d^3 \left (b^2-4 a c\right ) \sqrt {a+b x+c x^2}}\right )}{b^2-4 a c}-\frac {2}{d \left (b^2-4 a c\right ) \sqrt {a+b x+c x^2} \sqrt {b d+2 c d x}}\right )}{3 \left (b^2-4 a c\right )}-\frac {2}{3 d \left (b^2-4 a c\right ) \left (a+b x+c x^2\right )^{3/2} \sqrt {b d+2 c d x}}\)

input
Int[1/((b*d + 2*c*d*x)^(3/2)*(a + b*x + c*x^2)^(5/2)),x]
 
output
-2/(3*(b^2 - 4*a*c)*d*Sqrt[b*d + 2*c*d*x]*(a + b*x + c*x^2)^(3/2)) - (14*c 
*(-2/((b^2 - 4*a*c)*d*Sqrt[b*d + 2*c*d*x]*Sqrt[a + b*x + c*x^2]) - (6*c*(( 
4*Sqrt[a + b*x + c*x^2])/((b^2 - 4*a*c)*d*Sqrt[b*d + 2*c*d*x]) - (2*Sqrt[- 
((c*(a + b*x + c*x^2))/(b^2 - 4*a*c))]*((b^2 - 4*a*c)^(3/4)*d^(3/2)*Ellipt 
icE[ArcSin[Sqrt[b*d + 2*c*d*x]/((b^2 - 4*a*c)^(1/4)*Sqrt[d])], -1] - (b^2 
- 4*a*c)^(3/4)*d^(3/2)*EllipticF[ArcSin[Sqrt[b*d + 2*c*d*x]/((b^2 - 4*a*c) 
^(1/4)*Sqrt[d])], -1]))/(c*(b^2 - 4*a*c)*d^3*Sqrt[a + b*x + c*x^2])))/(b^2 
 - 4*a*c)))/(3*(b^2 - 4*a*c))
 

3.14.99.3.1 Defintions of rubi rules used

rule 27
Int[(a_)*(Fx_), x_Symbol] :> Simp[a   Int[Fx, x], x] /; FreeQ[a, x] &&  !Ma 
tchQ[Fx, (b_)*(Gx_) /; FreeQ[b, x]]
 

rule 327
Int[Sqrt[(a_) + (b_.)*(x_)^2]/Sqrt[(c_) + (d_.)*(x_)^2], x_Symbol] :> Simp[ 
(Sqrt[a]/(Sqrt[c]*Rt[-d/c, 2]))*EllipticE[ArcSin[Rt[-d/c, 2]*x], b*(c/(a*d) 
)], x] /; FreeQ[{a, b, c, d}, x] && NegQ[d/c] && GtQ[c, 0] && GtQ[a, 0]
 

rule 762
Int[1/Sqrt[(a_) + (b_.)*(x_)^4], x_Symbol] :> Simp[(1/(Sqrt[a]*Rt[-b/a, 4]) 
)*EllipticF[ArcSin[Rt[-b/a, 4]*x], -1], x] /; FreeQ[{a, b}, x] && NegQ[b/a] 
 && GtQ[a, 0]
 

rule 836
Int[(x_)^2/Sqrt[(a_) + (b_.)*(x_)^4], x_Symbol] :> With[{q = Rt[-b/a, 2]}, 
Simp[-q^(-1)   Int[1/Sqrt[a + b*x^4], x], x] + Simp[1/q   Int[(1 + q*x^2)/S 
qrt[a + b*x^4], x], x]] /; FreeQ[{a, b}, x] && NegQ[b/a]
 

rule 1111
Int[((d_) + (e_.)*(x_))^(m_)*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_S 
ymbol] :> Simp[2*c*(d + e*x)^(m + 1)*((a + b*x + c*x^2)^(p + 1)/(e*(p + 1)* 
(b^2 - 4*a*c))), x] - Simp[2*c*e*((m + 2*p + 3)/(e*(p + 1)*(b^2 - 4*a*c))) 
  Int[(d + e*x)^m*(a + b*x + c*x^2)^(p + 1), x], x] /; FreeQ[{a, b, c, d, e 
, m}, x] && EqQ[2*c*d - b*e, 0] && NeQ[m + 2*p + 3, 0] && LtQ[p, -1] &&  !G 
tQ[m, 1] && RationalQ[m] && IntegerQ[2*p]
 

rule 1114
Int[Sqrt[(d_) + (e_.)*(x_)]/Sqrt[(a_.) + (b_.)*(x_) + (c_.)*(x_)^2], x_Symb 
ol] :> Simp[(4/e)*Sqrt[-c/(b^2 - 4*a*c)]   Subst[Int[x^2/Sqrt[Simp[1 - b^2* 
(x^4/(d^2*(b^2 - 4*a*c))), x]], x], x, Sqrt[d + e*x]], x] /; FreeQ[{a, b, c 
, d, e}, x] && EqQ[2*c*d - b*e, 0] && LtQ[c/(b^2 - 4*a*c), 0]
 

rule 1115
Int[((d_) + (e_.)*(x_))^(m_)/Sqrt[(a_.) + (b_.)*(x_) + (c_.)*(x_)^2], x_Sym 
bol] :> Simp[Sqrt[(-c)*((a + b*x + c*x^2)/(b^2 - 4*a*c))]/Sqrt[a + b*x + c* 
x^2]   Int[(d + e*x)^m/Sqrt[(-a)*(c/(b^2 - 4*a*c)) - b*c*(x/(b^2 - 4*a*c)) 
- c^2*(x^2/(b^2 - 4*a*c))], x], x] /; FreeQ[{a, b, c, d, e}, x] && EqQ[2*c* 
d - b*e, 0] && EqQ[m^2, 1/4]
 

rule 1117
Int[((d_) + (e_.)*(x_))^(m_)*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_S 
ymbol] :> Simp[-2*b*d*(d + e*x)^(m + 1)*((a + b*x + c*x^2)^(p + 1)/(d^2*(m 
+ 1)*(b^2 - 4*a*c))), x] + Simp[b^2*((m + 2*p + 3)/(d^2*(m + 1)*(b^2 - 4*a* 
c)))   Int[(d + e*x)^(m + 2)*(a + b*x + c*x^2)^p, x], x] /; FreeQ[{a, b, c, 
 d, e, p}, x] && EqQ[2*c*d - b*e, 0] && NeQ[m + 2*p + 3, 0] && LtQ[m, -1] & 
& (IntegerQ[2*p] || (IntegerQ[m] && RationalQ[p]) || IntegerQ[(m + 2*p + 3) 
/2])
 

rule 1389
Int[((d_) + (e_.)*(x_)^2)/Sqrt[(a_) + (c_.)*(x_)^4], x_Symbol] :> Simp[d/Sq 
rt[a]   Int[Sqrt[1 + e*(x^2/d)]/Sqrt[1 - e*(x^2/d)], x], x] /; FreeQ[{a, c, 
 d, e}, x] && EqQ[c*d^2 + a*e^2, 0] && NegQ[c/a] && GtQ[a, 0]
 
3.14.99.4 Maple [B] (verified)

Leaf count of result is larger than twice the leaf count of optimal. \(876\) vs. \(2(281)=562\).

Time = 5.40 (sec) , antiderivative size = 877, normalized size of antiderivative = 2.70

method result size
default \(\frac {2 \left (168 \sqrt {\frac {b +2 c x +\sqrt {-4 a c +b^{2}}}{\sqrt {-4 a c +b^{2}}}}\, \sqrt {-\frac {2 c x +b}{\sqrt {-4 a c +b^{2}}}}\, \sqrt {\frac {-b -2 c x +\sqrt {-4 a c +b^{2}}}{\sqrt {-4 a c +b^{2}}}}\, E\left (\frac {\sqrt {\frac {b +2 c x +\sqrt {-4 a c +b^{2}}}{\sqrt {-4 a c +b^{2}}}}\, \sqrt {2}}{2}, \sqrt {2}\right ) a \,c^{3} x^{2}-42 \sqrt {\frac {b +2 c x +\sqrt {-4 a c +b^{2}}}{\sqrt {-4 a c +b^{2}}}}\, \sqrt {-\frac {2 c x +b}{\sqrt {-4 a c +b^{2}}}}\, \sqrt {\frac {-b -2 c x +\sqrt {-4 a c +b^{2}}}{\sqrt {-4 a c +b^{2}}}}\, E\left (\frac {\sqrt {\frac {b +2 c x +\sqrt {-4 a c +b^{2}}}{\sqrt {-4 a c +b^{2}}}}\, \sqrt {2}}{2}, \sqrt {2}\right ) b^{2} c^{2} x^{2}+168 \sqrt {\frac {b +2 c x +\sqrt {-4 a c +b^{2}}}{\sqrt {-4 a c +b^{2}}}}\, \sqrt {-\frac {2 c x +b}{\sqrt {-4 a c +b^{2}}}}\, \sqrt {\frac {-b -2 c x +\sqrt {-4 a c +b^{2}}}{\sqrt {-4 a c +b^{2}}}}\, E\left (\frac {\sqrt {\frac {b +2 c x +\sqrt {-4 a c +b^{2}}}{\sqrt {-4 a c +b^{2}}}}\, \sqrt {2}}{2}, \sqrt {2}\right ) a b \,c^{2} x -42 \sqrt {\frac {b +2 c x +\sqrt {-4 a c +b^{2}}}{\sqrt {-4 a c +b^{2}}}}\, \sqrt {-\frac {2 c x +b}{\sqrt {-4 a c +b^{2}}}}\, \sqrt {\frac {-b -2 c x +\sqrt {-4 a c +b^{2}}}{\sqrt {-4 a c +b^{2}}}}\, E\left (\frac {\sqrt {\frac {b +2 c x +\sqrt {-4 a c +b^{2}}}{\sqrt {-4 a c +b^{2}}}}\, \sqrt {2}}{2}, \sqrt {2}\right ) b^{3} c x +168 \sqrt {\frac {b +2 c x +\sqrt {-4 a c +b^{2}}}{\sqrt {-4 a c +b^{2}}}}\, \sqrt {-\frac {2 c x +b}{\sqrt {-4 a c +b^{2}}}}\, \sqrt {\frac {-b -2 c x +\sqrt {-4 a c +b^{2}}}{\sqrt {-4 a c +b^{2}}}}\, E\left (\frac {\sqrt {\frac {b +2 c x +\sqrt {-4 a c +b^{2}}}{\sqrt {-4 a c +b^{2}}}}\, \sqrt {2}}{2}, \sqrt {2}\right ) a^{2} c^{2}-42 \sqrt {\frac {b +2 c x +\sqrt {-4 a c +b^{2}}}{\sqrt {-4 a c +b^{2}}}}\, \sqrt {-\frac {2 c x +b}{\sqrt {-4 a c +b^{2}}}}\, \sqrt {\frac {-b -2 c x +\sqrt {-4 a c +b^{2}}}{\sqrt {-4 a c +b^{2}}}}\, E\left (\frac {\sqrt {\frac {b +2 c x +\sqrt {-4 a c +b^{2}}}{\sqrt {-4 a c +b^{2}}}}\, \sqrt {2}}{2}, \sqrt {2}\right ) a \,b^{2} c -168 c^{4} x^{4}-336 b \,c^{3} x^{3}-280 x^{2} c^{3} a -182 b^{2} c^{2} x^{2}-280 a b \,c^{2} x -14 b^{3} c x -96 a^{2} c^{2}-22 a \,b^{2} c +b^{4}\right ) \sqrt {d \left (2 c x +b \right )}}{3 d^{2} \left (4 a c -b^{2}\right )^{3} \left (2 c x +b \right ) \left (c \,x^{2}+b x +a \right )^{\frac {3}{2}}}\) \(877\)
elliptic \(\text {Expression too large to display}\) \(1220\)

input
int(1/(2*c*d*x+b*d)^(3/2)/(c*x^2+b*x+a)^(5/2),x,method=_RETURNVERBOSE)
 
output
2/3*(168*((b+2*c*x+(-4*a*c+b^2)^(1/2))/(-4*a*c+b^2)^(1/2))^(1/2)*(-(2*c*x+ 
b)/(-4*a*c+b^2)^(1/2))^(1/2)*((-b-2*c*x+(-4*a*c+b^2)^(1/2))/(-4*a*c+b^2)^( 
1/2))^(1/2)*EllipticE(1/2*((b+2*c*x+(-4*a*c+b^2)^(1/2))/(-4*a*c+b^2)^(1/2) 
)^(1/2)*2^(1/2),2^(1/2))*a*c^3*x^2-42*((b+2*c*x+(-4*a*c+b^2)^(1/2))/(-4*a* 
c+b^2)^(1/2))^(1/2)*(-(2*c*x+b)/(-4*a*c+b^2)^(1/2))^(1/2)*((-b-2*c*x+(-4*a 
*c+b^2)^(1/2))/(-4*a*c+b^2)^(1/2))^(1/2)*EllipticE(1/2*((b+2*c*x+(-4*a*c+b 
^2)^(1/2))/(-4*a*c+b^2)^(1/2))^(1/2)*2^(1/2),2^(1/2))*b^2*c^2*x^2+168*((b+ 
2*c*x+(-4*a*c+b^2)^(1/2))/(-4*a*c+b^2)^(1/2))^(1/2)*(-(2*c*x+b)/(-4*a*c+b^ 
2)^(1/2))^(1/2)*((-b-2*c*x+(-4*a*c+b^2)^(1/2))/(-4*a*c+b^2)^(1/2))^(1/2)*E 
llipticE(1/2*((b+2*c*x+(-4*a*c+b^2)^(1/2))/(-4*a*c+b^2)^(1/2))^(1/2)*2^(1/ 
2),2^(1/2))*a*b*c^2*x-42*((b+2*c*x+(-4*a*c+b^2)^(1/2))/(-4*a*c+b^2)^(1/2)) 
^(1/2)*(-(2*c*x+b)/(-4*a*c+b^2)^(1/2))^(1/2)*((-b-2*c*x+(-4*a*c+b^2)^(1/2) 
)/(-4*a*c+b^2)^(1/2))^(1/2)*EllipticE(1/2*((b+2*c*x+(-4*a*c+b^2)^(1/2))/(- 
4*a*c+b^2)^(1/2))^(1/2)*2^(1/2),2^(1/2))*b^3*c*x+168*((b+2*c*x+(-4*a*c+b^2 
)^(1/2))/(-4*a*c+b^2)^(1/2))^(1/2)*(-(2*c*x+b)/(-4*a*c+b^2)^(1/2))^(1/2)*( 
(-b-2*c*x+(-4*a*c+b^2)^(1/2))/(-4*a*c+b^2)^(1/2))^(1/2)*EllipticE(1/2*((b+ 
2*c*x+(-4*a*c+b^2)^(1/2))/(-4*a*c+b^2)^(1/2))^(1/2)*2^(1/2),2^(1/2))*a^2*c 
^2-42*((b+2*c*x+(-4*a*c+b^2)^(1/2))/(-4*a*c+b^2)^(1/2))^(1/2)*(-(2*c*x+b)/ 
(-4*a*c+b^2)^(1/2))^(1/2)*((-b-2*c*x+(-4*a*c+b^2)^(1/2))/(-4*a*c+b^2)^(1/2 
))^(1/2)*EllipticE(1/2*((b+2*c*x+(-4*a*c+b^2)^(1/2))/(-4*a*c+b^2)^(1/2)...
 
3.14.99.5 Fricas [C] (verification not implemented)

Result contains higher order function than in optimal. Order 9 vs. order 4.

Time = 0.13 (sec) , antiderivative size = 514, normalized size of antiderivative = 1.58 \[ \int \frac {1}{(b d+2 c d x)^{3/2} \left (a+b x+c x^2\right )^{5/2}} \, dx=\frac {2 \, {\left (84 \, \sqrt {2} {\left (2 \, c^{4} x^{5} + 5 \, b c^{3} x^{4} + a^{2} b c + 4 \, {\left (b^{2} c^{2} + a c^{3}\right )} x^{3} + {\left (b^{3} c + 6 \, a b c^{2}\right )} x^{2} + 2 \, {\left (a b^{2} c + a^{2} c^{2}\right )} x\right )} \sqrt {c^{2} d} {\rm weierstrassZeta}\left (\frac {b^{2} - 4 \, a c}{c^{2}}, 0, {\rm weierstrassPInverse}\left (\frac {b^{2} - 4 \, a c}{c^{2}}, 0, \frac {2 \, c x + b}{2 \, c}\right )\right ) + {\left (168 \, c^{4} x^{4} + 336 \, b c^{3} x^{3} - b^{4} + 22 \, a b^{2} c + 96 \, a^{2} c^{2} + 14 \, {\left (13 \, b^{2} c^{2} + 20 \, a c^{3}\right )} x^{2} + 14 \, {\left (b^{3} c + 20 \, a b c^{2}\right )} x\right )} \sqrt {2 \, c d x + b d} \sqrt {c x^{2} + b x + a}\right )}}{3 \, {\left (2 \, {\left (b^{6} c^{3} - 12 \, a b^{4} c^{4} + 48 \, a^{2} b^{2} c^{5} - 64 \, a^{3} c^{6}\right )} d^{2} x^{5} + 5 \, {\left (b^{7} c^{2} - 12 \, a b^{5} c^{3} + 48 \, a^{2} b^{3} c^{4} - 64 \, a^{3} b c^{5}\right )} d^{2} x^{4} + 4 \, {\left (b^{8} c - 11 \, a b^{6} c^{2} + 36 \, a^{2} b^{4} c^{3} - 16 \, a^{3} b^{2} c^{4} - 64 \, a^{4} c^{5}\right )} d^{2} x^{3} + {\left (b^{9} - 6 \, a b^{7} c - 24 \, a^{2} b^{5} c^{2} + 224 \, a^{3} b^{3} c^{3} - 384 \, a^{4} b c^{4}\right )} d^{2} x^{2} + 2 \, {\left (a b^{8} - 11 \, a^{2} b^{6} c + 36 \, a^{3} b^{4} c^{2} - 16 \, a^{4} b^{2} c^{3} - 64 \, a^{5} c^{4}\right )} d^{2} x + {\left (a^{2} b^{7} - 12 \, a^{3} b^{5} c + 48 \, a^{4} b^{3} c^{2} - 64 \, a^{5} b c^{3}\right )} d^{2}\right )}} \]

input
integrate(1/(2*c*d*x+b*d)^(3/2)/(c*x^2+b*x+a)^(5/2),x, algorithm="fricas")
 
output
2/3*(84*sqrt(2)*(2*c^4*x^5 + 5*b*c^3*x^4 + a^2*b*c + 4*(b^2*c^2 + a*c^3)*x 
^3 + (b^3*c + 6*a*b*c^2)*x^2 + 2*(a*b^2*c + a^2*c^2)*x)*sqrt(c^2*d)*weiers 
trassZeta((b^2 - 4*a*c)/c^2, 0, weierstrassPInverse((b^2 - 4*a*c)/c^2, 0, 
1/2*(2*c*x + b)/c)) + (168*c^4*x^4 + 336*b*c^3*x^3 - b^4 + 22*a*b^2*c + 96 
*a^2*c^2 + 14*(13*b^2*c^2 + 20*a*c^3)*x^2 + 14*(b^3*c + 20*a*b*c^2)*x)*sqr 
t(2*c*d*x + b*d)*sqrt(c*x^2 + b*x + a))/(2*(b^6*c^3 - 12*a*b^4*c^4 + 48*a^ 
2*b^2*c^5 - 64*a^3*c^6)*d^2*x^5 + 5*(b^7*c^2 - 12*a*b^5*c^3 + 48*a^2*b^3*c 
^4 - 64*a^3*b*c^5)*d^2*x^4 + 4*(b^8*c - 11*a*b^6*c^2 + 36*a^2*b^4*c^3 - 16 
*a^3*b^2*c^4 - 64*a^4*c^5)*d^2*x^3 + (b^9 - 6*a*b^7*c - 24*a^2*b^5*c^2 + 2 
24*a^3*b^3*c^3 - 384*a^4*b*c^4)*d^2*x^2 + 2*(a*b^8 - 11*a^2*b^6*c + 36*a^3 
*b^4*c^2 - 16*a^4*b^2*c^3 - 64*a^5*c^4)*d^2*x + (a^2*b^7 - 12*a^3*b^5*c + 
48*a^4*b^3*c^2 - 64*a^5*b*c^3)*d^2)
 
3.14.99.6 Sympy [F]

\[ \int \frac {1}{(b d+2 c d x)^{3/2} \left (a+b x+c x^2\right )^{5/2}} \, dx=\int \frac {1}{\left (d \left (b + 2 c x\right )\right )^{\frac {3}{2}} \left (a + b x + c x^{2}\right )^{\frac {5}{2}}}\, dx \]

input
integrate(1/(2*c*d*x+b*d)**(3/2)/(c*x**2+b*x+a)**(5/2),x)
 
output
Integral(1/((d*(b + 2*c*x))**(3/2)*(a + b*x + c*x**2)**(5/2)), x)
 
3.14.99.7 Maxima [F]

\[ \int \frac {1}{(b d+2 c d x)^{3/2} \left (a+b x+c x^2\right )^{5/2}} \, dx=\int { \frac {1}{{\left (2 \, c d x + b d\right )}^{\frac {3}{2}} {\left (c x^{2} + b x + a\right )}^{\frac {5}{2}}} \,d x } \]

input
integrate(1/(2*c*d*x+b*d)^(3/2)/(c*x^2+b*x+a)^(5/2),x, algorithm="maxima")
 
output
integrate(1/((2*c*d*x + b*d)^(3/2)*(c*x^2 + b*x + a)^(5/2)), x)
 
3.14.99.8 Giac [F]

\[ \int \frac {1}{(b d+2 c d x)^{3/2} \left (a+b x+c x^2\right )^{5/2}} \, dx=\int { \frac {1}{{\left (2 \, c d x + b d\right )}^{\frac {3}{2}} {\left (c x^{2} + b x + a\right )}^{\frac {5}{2}}} \,d x } \]

input
integrate(1/(2*c*d*x+b*d)^(3/2)/(c*x^2+b*x+a)^(5/2),x, algorithm="giac")
 
output
integrate(1/((2*c*d*x + b*d)^(3/2)*(c*x^2 + b*x + a)^(5/2)), x)
 
3.14.99.9 Mupad [F(-1)]

Timed out. \[ \int \frac {1}{(b d+2 c d x)^{3/2} \left (a+b x+c x^2\right )^{5/2}} \, dx=\int \frac {1}{{\left (b\,d+2\,c\,d\,x\right )}^{3/2}\,{\left (c\,x^2+b\,x+a\right )}^{5/2}} \,d x \]

input
int(1/((b*d + 2*c*d*x)^(3/2)*(a + b*x + c*x^2)^(5/2)),x)
 
output
int(1/((b*d + 2*c*d*x)^(3/2)*(a + b*x + c*x^2)^(5/2)), x)